TsgUInt64Pairs
Unit:sgLists
Description
TsgUInt64Pairs
stores the pairs of 64-bit unsigned integers.
Syntax
type TsgUInt64Pairs = class
Properties
Properties | Description |
---|---|
ActivePairValue | The property indicates an active value in the pair. |
Count | The property indicates the number of entries in the list that are in use. |
First | The property indicates the first item in the pair. |
Pair | The property gets the pair of 64-bit unsigned integers by its index. |
Second | The property indicates the second item in the pair. |
Methods
Methods | Description |
---|---|
AddPair | The method inserts a new pair at the end of the list. |
Clear | The method deletes all items from the list. |
Create | The method constructs a new list and initializes its data. |
Destroy | The method destroys an instance of TsgUInt64Pairs. |
IndexOf | The method returns the index of separate item in the list by its value. |